home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-17 / wfxcomm.zip / WFXCOMM.TXT < prev   
Text File  |  1993-04-17  |  2KB  |  56 lines

  1. ------------------------------------------------------------------
  2. WinFax PRO 3.0   Windows COMM Driver Readme Notes   March 31, 1993
  3. ==================================================================
  4.  
  5. Using updated Windows communications driver (WFXCOMM.DRV)
  6. ---------------------------------------------------------
  7. The WFXCOMM.DRV file should be copied to the Windows\System
  8. directory. When enabled, this driver should permit WinFax 
  9. and all other communication programs using the same COM 
  10. port to operate at 14,400 bps.
  11.  
  12. The updated Windows communications driver is named
  13.  
  14. WFXCOMM.DRV
  15.  
  16. To enable this driver, edit your SYSTEM.INI file, and change
  17. the COMM.DRV= line as follows:
  18.  
  19. comm.drv=WFXCOMM.DRV
  20.  
  21. The driver tests for the presence of a 16550 UART, and will not
  22. enable the FIFOs if the UART is not of the correct type.
  23.  
  24. Advanced settings for this driver are also available. The settings
  25. for both transmit and receive FIFO thresholds are adjustable via
  26. SYSTEM.INI entries in the [386 Enh] section.
  27.  
  28. To define the number of bytes loaded into the transmit FIFO on each
  29. interrupt, edit:
  30.  
  31. ComxTXSize=y
  32.  
  33. where
  34.  
  35. x is the COM port number
  36. y is a number between 1 and 16
  37.  
  38. The default value is 8 bytes, but 16 bytes provides a reduction in 
  39. interrupt overhead, with no change in fax transmission reliability.
  40. If you use a transmit FIFO setting of 1, the driver cannot stream
  41. at maximum throughput.
  42.  
  43. To define the interrupt threshold for the receive FIFO, edit:
  44.  
  45. ComxRXSize=Y
  46.  
  47. where
  48.  
  49. x is the COM port number
  50. y is one of: 1, 4, 8, or 14
  51.  
  52. The default value is 14 bytes, which matches the setting in the original
  53. Windows 3.1 commmunications driver. Setting the receive threshold to a
  54. lower value increases receive reliability. A setting of 8 is recommended
  55. for most systems.
  56.